Text File | 1994-11-15 | 894 b | 50 lines | [TEXT/MPS ]
#include "Types.r"
#include "NotPPC.h" /* local defintions only */
resource 'ALRT' (RESOURCE_ID, purgeable) {
{90, 110, 240, 450},
RESOURCE_ID,
{ /* array: 4 elements */
/* [1] */
OK, visible, silent,
/* [2] */
OK, visible, silent,
/* [3] */
OK, visible, silent,
/* [4] */
OK, visible, silent
}
/****** Extra bytes follow... ******/
#if SystemSevenOrLater
,alertPositionMainScreen
#endif
};
resource 'DITL' (RESOURCE_ID) {
{ /* array DITLarray: 3 elements */
/* [1] */
{120, 265, 140, 325},
Button {
enabled,
"OK"
},
/* [2] */
{10, 70, 107, 320},
StaticText {
disabled,
"^0"
},
/* [3] */
{10, 20, 40, 50},
Icon {
disabled,
0
}
}
};
resource 'STR ' (RESOURCE_ID) {
"This application currently requires a Power Macintosh.\n\nPlease use the installation diskettes to reconfigure this application to run on any Macintosh."